Java

  • Hello with OpenMOLE plugin

    Hello world with plugin

    This example demonstrate 2 hello world exemples of OpenMOLE plugin. To build the plugins you should run sbt osgi-bundle in the hellotask or hellocode directory. One workflow runs the code of the hellocode plugin in a scala task for various input values and the other the task implemented in hellotask plugin for various input values.

    source repository

  • Hello World in Java

    Java Hello World

    This workflow integrate external Java code and explores it. The Java code is to be find in the hello directory. It has been compiled and packaged using the code in the package.sh shell script. The resulting jar is provided to a ScalaTask which runs it for various inputs. A hook is used to display the result.

    source repository